Write(byte[]) Method

Summary
Writes a data buffer to the stream.
Syntax
C#
VB
C++
Public Overloads Sub Write( _ 
   ByVal buf() As Byte _ 
)  
public void Write( 
   byte[] buf 
) 
public: 
void Write(  
   array<byte>^ buf 
)  

Parameters

buf
The data buffer.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.